Package-level declarations

Types

Link copied to clipboard
data class CategoryResponse(val id: String?, val title: String?, val description: String?, val name: String?, val url: String?, val subCategories: List<SubCategoriesResponse>?)

Represents a category response.

Link copied to clipboard
data class ConfigurationHeaderResponse(val myAccountUrl: String?, val title: String?, val description: String?, val topLinks: List<TopLinks>?, val categories: List<CategoryResponse>?)

Represents a configuration header response.

Link copied to clipboard
data class SubCategoriesResponse(val url: String?, val name: String?, val id: String?)

Represents a sub-category response.

Link copied to clipboard
data class TopLinks(val title: String?, val url: String?, val type: String?)

Represents a top link in a configuration header.